home *** CD-ROM | disk | FTP | other *** search
- { %filename% -- dialog }
- { Created %date% %time% by AppMaker }
-
- Unit U%dlogname%;
- Interface
-
- Uses
- %if lang = Think%
- SysEqu, Traps, ULoMem, {}
- UMacAppUtilities, UPatch, {}
- UObject, UViewCoords, UMemory, {}
- UFailure, UMenuSetup, UList, {}
- UAssociation, {}
- UMacApp, {}
- UGridView, UTEView, UDialog, {}
- UAMLibraryM, {}
- ResourceDefs;
- %else%
- UMacApp,
- UGridView,
- UTEView,
- UDialog,
- UAMLibraryM,
- Types,
- Packages,
- ResourceDefs;
- %endif%
-
- Type
- T%dlogname% = Object (TDialogView)
- Procedure DoChoice (origView: TView;
- itsChoice: integer); Override;
- {$IFC qInspector}
- Procedure Fields (
- Procedure DoToField (fieldName: Str255;
- fieldAddr: Ptr;
- fieldType: integer)
- ); Override;
- {$ENDC}
- end;
- %for each item gen classDecl%
-
- {----------}
- %if modeless%
- Function New%dlogname%: TWindow;
- %else%
- Procedure Do%dlogname%;
- %endif%
-
- {----------}
- Implementation
-
- %If lang = MPW%
- {$I U%dlogname%.inc.p}
- %else%
- %Dialog.inc%
- %endif%
-
- End. {%unitname%}
-